-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SubProcess does stream transitions #190
Closed
Dr15Jones
wants to merge
6
commits into
cms-sw:CMSSW_7_0_X
from
Dr15Jones:subProcessDoesStreamTransitions
Closed
SubProcess does stream transitions #190
Dr15Jones
wants to merge
6
commits into
cms-sw:CMSSW_7_0_X
from
Dr15Jones:subProcessDoesStreamTransitions
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…er describes its purpose
…we do not have to make a temporary edm::Event
…o reuse elsewhere.
…complished by moving common code to different class files
…hen SubProcess inherited from OutputModule.
The following categories have been signed by chrjones (a.k.a. @Dr15Jones on GitHub): Core @cms-git-visualization, @cms-git-core, @cms-git-geometry |
tahuang1991
added a commit
to tahuang1991/cmssw
that referenced
this pull request
Sep 15, 2014
…CH16 swith on phaseII upgrade for ME31,ME41 positive endcap
nclopezo
pushed a commit
to nclopezo/cmssw
that referenced
this pull request
Nov 21, 2014
Make CMSSW_7_3_X production until pre2 is out.
parbol
pushed a commit
to parbol/cmssw
that referenced
this pull request
Mar 5, 2015
Additional variables added to fatJetType in ntupleTypes.py
arizzi
added a commit
to arizzi/cmssw
that referenced
this pull request
Sep 30, 2015
PU weighting and other V13 preparations
mariadalfonso
added a commit
to mariadalfonso/cmssw
that referenced
this pull request
Jan 26, 2018
tau32 cut change; subjet csv check; triggers updated; fix rapidity cut
fwyzard
added a commit
to GimmyTomas/cmssw
that referenced
this pull request
Nov 9, 2018
The Riemann Fit has been reworked so that both barrel and forward cases are naturally supported without branching. The underlying assumption is the uniform material distribution within the Pixel Tracker. The line fit has been reworked and is now using an ordinary least square fit in the S-Z plane. See the motivations and explanations inside the comments in the code. Additional changes: - code clean up - remove unused functions - fix standalone test of RiemannFit on GPU
fwyzard
pushed a commit
to VinInn/cmssw
that referenced
this pull request
Jan 9, 2019
bi-ran
pushed a commit
to bi-ran/cmssw
that referenced
this pull request
Mar 18, 2019
* More accurate ecal scale values * fixed memory leak and preshower issue * moved Ecorr function back to private
slava77
pushed a commit
to slava77/cmssw
that referenced
this pull request
Oct 9, 2021
fix energy loss in backward propagation
emily-tsai11
pushed a commit
to emily-tsai11/cmssw
that referenced
this pull request
Nov 15, 2022
rgoldouz
pushed a commit
to rgoldouz/cmssw
that referenced
this pull request
Dec 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The SubProcess now properly propagates the Stream transitions to its internal modules.
Removed further remnants from when the SubProcess inherited from the OutputModule.
This is built on the changes from pull request #188.